home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / python / python-1.000 / python-1 / usr / local / lib / python / rfc822.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  1995-05-29  |  9.3 KB  |  33 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 1.1)
  3.  
  4. import regex
  5. import string
  6. import time
  7.  
  8. class Message:
  9. <CODE> Message
  10.  
  11. def unquote():
  12. <CODE> unquote
  13.  
  14. def parseaddr():
  15. <CODE> parseaddr
  16. _monthnames = [
  17.     'Jan',
  18.     'Feb',
  19.     'Mar',
  20.     'Apr',
  21.     'May',
  22.     'Jun',
  23.     'Jul',
  24.     'Aug',
  25.     'Sep',
  26.     'Oct',
  27.     'Nov',
  28.     'Dec']
  29.  
  30. def parsedate():
  31. <CODE> parsedate
  32. # WARNING: Decompyle incomplete
  33.